@charset "utf-8";

body,
div,
span,
p,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
}

.new_container {
    width: 1040px;
    height: 356px;
    margin: 40px auto;
}

.new_container #img_container {
    position: relative;
    width: 609px;
    height: 356px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.new_container #img_list {
    width: 2848px;
    height: 100%;
    position: absolute;
    /* padding-left: -100; */
}

.new_container #img_list div {
    float: left;
    background: #fff;
    width: 712px;
    text-align: left;
}

.new_container #img_list div a {
    width: 609px;
    text-align: center;
    display: block;
}

.new_container #img_list img {
    float: left;
    width: 609px;
    //height: 356px;
    max-width: 100%;
    max-height: 100%;
}

.new_container .content_hover {
    //background: gray;
}

.new_container .arrow {
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.new_container #arrow_left {
    left: 0;
}

.new_container #arrow_right {
    right: 0;
}

.new_container .right_container {
    position: relative;
    float: left;
    overflow: hidden;
    width: 303px;
}

.new_container .right_container div {
    padding: 4px;
    margin: 0 8px 0 0;
    width: 296px;
}

.new_container .right_container #new{
    background: #ad0000;
    width: 80px;
    color: #fff;
    padding: 6px 5px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
}

.new_container .right_container div strong {
    color: #ad0000;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_container .right_container div li {
    font-size: 12px;
    overflow: hidden;
    display: block;
    width: 18em;
    height: 1.8em;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #333;
}

.new_container .content {
    padding: 5px 0;
}

.new_container .content div:hover {
    background: #e7e7e7;
}

.new_container span {
    color: #999;
    padding-top: 10px;
    line-height: 25px;
    font-size: 14px;
}

.new_container .right_container li {
    width: 220px;
    line-height: 20px;
    color: #666;
}

.new_container .new_time_container {
    width: 1000px;
    height: 75px;
    margin: 0 auto;
}

.new_container .new_time {
    width: 40px;
    border-right: 4px solid #0f91c8;
    line-height: 20px;
    font-size: 18px;
    padding-right: 12px;
    color: #0f91c8;
    text-align: center;
}

.new_container .img_title {
    color:#fff;
    font-size: 18px;
    font-family: "宋体";
    background: rgba(165, 163, 163, 0.438);
    font-weight: bold;
    position: absolute;
    padding: 5px 0;
    bottom: 0;
}